mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_group_off(\"Insurgen fuel guard\");a_group_off(\"Insurgen vech 2\");a_group_off(\"Insurgent base\");a_group_off(\"Insurgent transport\");a_group_off(\"Insurgent troops\");a_group_off(\"Insurgent veh #001\");a_group_off(\"Insurgent veh 1\"); mission.trig.func[1]=nil;",
            [2] = "a_group_on(\"Insurgen fuel guard\");a_group_on(\"Insurgen vech 2\");a_group_on(\"Insurgent base\");a_group_on(\"Insurgent transport\");a_group_on(\"Insurgent troops\");a_group_on(\"Insurgent veh #001\");a_group_on(\"Insurgent veh 1\");a_set_flag(1); mission.trig.events[\"dead\"][2]=nil;",
            [3] = "a_activate_group(\"Insurgent MANPADS 1H\");a_set_flag(10); mission.trig.func[3]=nil;",
            [4] = "a_activate_group(\"Insurgent MANPADS 2G\");a_set_flag(10); mission.trig.func[4]=nil;",
            [5] = "a_ai_task(\"Insurgent MANPADS 1H\", 1);a_activate_group(\"Insurgent MANPADS 1H\");",
            [6] = "a_ai_task(\"Insurgent MANPADS 1H\", 1);a_ai_task(\"Insurgent MANPADS 2G\", 1);",
            [7] = "a_set_flag(2); mission.trig.func[7]=nil;",
            [8] = "a_set_flag(3); mission.trig.func[8]=nil;",
            [9] = "a_out_text_delay_g(1, \"Ford 1, this is Foxeye. We're observing the camp from the east, approximately 1 nm.\", 10); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay_g(1, \"It is lightly defended. Two gun posts, two barracks, one machine gun armed truck, probably your biggest threat.\", 10); mission.trig.func[10]=nil;",
            [11] = "a_out_text_delay_g(1, \"Not much activity with in the base.\", 10); mission.trig.func[11]=nil;",
            [12] = "a_out_text_delay_g(1, \"The armed truck is to the south of the base, stationary at this time.\", 10); mission.trig.func[12]=nil;",
            [13] = "a_out_text_delay_g(1, \"That woke them up! Multiple vehicles have started moving.\", 10); mission.trig.func[13]=nil;",
            [14] = "a_out_text_delay_g(1, \"MANPADS coming from the armed houses!\", 10); mission.trig.func[14]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
            ["base captured"] = 
            {
                [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
                [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            }, -- end of ["base captured"]
            ["dead"] = 
            {
                [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            }, -- end of ["dead"]
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_time_after(1) )",
            [2] = "return(c_group_life_less(\"Insurgen fuel guard\", 100) or c_group_life_less(\"Insurgen vech 2\", 100) or c_group_life_less(\"Insurgent base\", 100) or c_group_life_less(\"Insurgent transport\", 100) or c_group_life_less(\"Insurgent troops\", 100) or c_group_life_less(\"Insurgent veh #001\", 100) or c_group_life_less(\"Insurgent veh 1\", 100) or c_group_life_less(\"New Static Object\", 100) or c_group_life_less(\"New Static Object #001\", 100) or c_group_life_less(\"New Static Object #002\", 100) or c_group_life_less(\"New Static Object #003\", 100) or c_group_life_less(\"New Static Object #004\", 100) or c_group_life_less(\"New Static Object #005\", 100) )",
            [3] = "return(c_time_since_flag(1, 30) and c_unit_alive(24) )",
            [4] = "return(c_time_since_flag(1, 30) and c_unit_alive(25) )",
            [5] = "return(c_all_of_group_out_zone(\"A-10 Main\", \"MANPAD visual range\") )",
            [6] = "return(c_all_of_group_out_zone(\"A-10 Main\", \"MANPAD visual range\") )",
            [7] = "return(c_part_of_group_in_zone(\"A-10 Main\", \"Text\") )",
            [8] = "return(c_part_of_group_in_zone(\"A-10 Main\", \"AAA Zone\") )",
            [9] = "return(c_time_since_flag(2, 10) )",
            [10] = "return(c_time_since_flag(2, 20) )",
            [11] = "return(c_time_since_flag(2, 150) )",
            [12] = "return(c_time_since_flag(3, 10) )",
            [13] = "return(c_time_since_flag(1, 10) )",
            [14] = "return(c_time_since_flag(10, 30) and c_random_less(100) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 0,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["name"] = "GROUND FORCE CMD",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["name"] = "GAME MASTER",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["name"] = "OBSERVER",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["name"] = "JTAC",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
        ["A-10 Ins base{87E18B67-ABF4-46e0-A3B7-AF27843ECC1F}.png"] = 1,
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 816285.71428571,
                ["radius"] = 39999,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -406725.16517857,
                ["hidden"] = true,
                ["name"] = "AAA Zone",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 808561.41964286,
                ["radius"] = 6011,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.7843137254902,
                }, -- end of ["color"]
                ["x"] = -407668.04017857,
                ["hidden"] = true,
                ["name"] = "MANPAD visual range",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 849857.14285714,
                ["radius"] = 105000,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.3921568627451,
                }, -- end of ["color"]
                ["x"] = -434791.18303571,
                ["hidden"] = true,
                ["name"] = "Text",
            }, -- end of [3]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 1,
            ["temperature"] = 29,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 930,
            ["density"] = 7,
            ["base"] = 3300,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 926821.45535714,
        ["zoom"] = 500000,
        ["centerX"] = -340796.59375,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 15,
            [8] = 20,
            [9] = 12,
            [10] = 9,
            [11] = 10,
            [12] = 3,
            [13] = 4,
            [14] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 17,
            [3] = 0,
            [4] = 19,
            [5] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "An Insurgent camp has been found south of the Georgian border. Friendly forces are observing the camp. It appears to be lightly defended, however it also serves as a weapons depot and must be destroyed.",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 1,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "AI off",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 17,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 14,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 3,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 6,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 7,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 8,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [7]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 17,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 14,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 3,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 6,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 7,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 9,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 8,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "or",
                }, -- end of [14]
                [15] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 2,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [15]
                [16] = 
                {
                    ["predicate"] = "or",
                }, -- end of [16]
                [17] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 11,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [17]
                [18] = 
                {
                    ["predicate"] = "or",
                }, -- end of [18]
                [19] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 12,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 13,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [21]
                [22] = 
                {
                    ["predicate"] = "or",
                }, -- end of [22]
                [23] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 15,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [23]
                [24] = 
                {
                    ["predicate"] = "or",
                }, -- end of [24]
                [25] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 16,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 100,
                }, -- end of [25]
            }, -- end of ["rules"]
            ["comment"] = "Insurgent scramble",
            ["eventlist"] = "dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 17,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 14,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 3,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 6,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 7,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 8,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [7]
                [8] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [8]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 30,
                }, -- end of [1]
                [2] = 
                {
                    ["unit"] = 24,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 10,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "MANPAD activate",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 30,
                }, -- end of [1]
                [2] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 25,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "MANPAD activate",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 10,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_all_of_group_out_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "base captured",
            ["predicate"] = "triggerContinious",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 18,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "MANPAD state",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_all_of_group_out_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "MANPAD state",
            ["eventlist"] = "base captured",
            ["predicate"] = "triggerContinious",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 18,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 19,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Text",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Text AAA Zone",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Text View",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "Ford 1, this is Foxeye. We're observing the camp from the east, approximately 1 nm.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "It is lightly defended. Two gun posts, two barracks, one machine gun armed truck, probably your biggest threat.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Text View",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 150,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "Text Update",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "Not much activity with in the base.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 3,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Text AAA",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "The armed truck is to the south of the base, stationary at this time.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Text Active",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "That woke them up! Multiple vehicles have started moving.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 10,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 30,
                }, -- end of [1]
                [2] = 
                {
                    ["percent"] = 100,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 1,
                    ["text"] = "MANPADS coming from the armed houses!",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "MANPAD warn",
        }, -- end of [14]
    }, -- end of ["trigrules"]
    ["descriptionBlueTask"] = "Fly out from Vazinai and approach the camp from the east. Friendly ground forces will contact you enroute. ZU 23 air defense units have been confirmed, other threats are unknown but it is strongly suspect that Igla and possibly Stinger MANPADS are possed by the insurgent forces.",
    ["descriptionRedTask"] = "",
    ["pictureFileNameB"] = 
    {
        [1] = "A-10 Ins base{87E18B67-ABF4-46e0-A3B7-AF27843ECC1F}.png",
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902475.5625,
                                            ["x"] = -318048.375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["key"] = "CAS",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["parking"] = 11,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 52,
                                        ["psi"] = 0,
                                        ["y"] = 902475.5625,
                                        ["x"] = -318048.375,
                                        ["name"] = "Pilot #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3790",
                                            ["flare"] = 128,
                                            ["chaff"] = 128,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "91",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["parking"] = 13,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 53,
                                        ["psi"] = 0,
                                        ["y"] = 902514.4375,
                                        ["x"] = -318088.9375,
                                        ["name"] = "Pilot #8",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3790",
                                            ["flare"] = 128,
                                            ["chaff"] = 128,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Uzi12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "30",
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["parking"] = 15,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 54,
                                        ["psi"] = 0,
                                        ["y"] = 902549.1875,
                                        ["x"] = -318124.75,
                                        ["name"] = "Pilot #9",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3790",
                                            ["flare"] = 128,
                                            ["chaff"] = 128,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            ["name"] = "Uzi13",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "45",
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["parking"] = 17,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 55,
                                        ["psi"] = 0,
                                        ["y"] = 902591.9375,
                                        ["x"] = -318167.3125,
                                        ["name"] = "Pilot #10",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3790",
                                            ["flare"] = 128,
                                            ["chaff"] = 128,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            ["name"] = "Uzi14",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "42",
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 902475.5625,
                                ["x"] = -318048.375,
                                ["name"] = "New Airplane Group #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 972699.13392856,
                                            ["x"] = -302505.46875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 404.69790008261,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 2000,
                                        ["heading"] = -1.8045997243421,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.8045997243421,
                                        ["livery_id"] = "Georgian AF",
                                        ["onboard_num"] = "10",
                                        ["type"] = "An-26B",
                                        ["y"] = 972699.13392856,
                                        ["x"] = -302505.46875,
                                        ["name"] = "Pilot #11",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1925,
                                            ["flare"] = 384,
                                            ["chaff"] = 384,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["unitId"] = 56,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 972699.13392856,
                                ["x"] = -302505.46875,
                                ["name"] = "New Airplane Group #002",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [9]
                [10] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2068,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813292.85714286,
                                            ["x"] = -406821.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 813292.85714286,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 6,
                                        ["heading"] = 4.5378560551853,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -406821.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 810292.85714286,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 8,
                                        ["heading"] = 4.1189770347066,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407092.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 810314.28571429,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 9,
                                        ["heading"] = 4.1189770347066,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407071.42857143,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 813292.85714286,
                                ["x"] = -406821.42857143,
                                ["name"] = "New Vehicle Group #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2061,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813324.28571428,
                                            ["x"] = -406987.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 813324.28571428,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #17",
                                        ["unitId"] = 21,
                                        ["heading"] = 5.4803338512622,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -406987.14285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 813429.99999999,
                                        ["type"] = "LAV-25",
                                        ["name"] = "Unit #18",
                                        ["unitId"] = 22,
                                        ["heading"] = 4.607669225265,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -406918.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 813481.42857142,
                                        ["type"] = "LAV-25",
                                        ["name"] = "Unit #19",
                                        ["unitId"] = 23,
                                        ["heading"] = 4.0491638646268,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407012.85714286,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 813324.28571428,
                                ["x"] = -406987.14285714,
                                ["name"] = "US Army",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903964.3125,
                                            ["x"] = -319296.59375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["key"] = "CAS",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 4876.8,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 515.63047661058,
                                            ["y"] = 910000,
                                            ["x"] = -390657.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4876.8,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1256.2733303091,
                                            ["y"] = 808571.42857143,
                                            ["x"] = -407800,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3048,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1864.5548548199,
                                            ["y"] = 866571.42857143,
                                            ["x"] = -346371.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2087.2638008961,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "66th WS Nellis AFB, Nevada (WA)",
                                        ["skill"] = "Player",
                                        ["parking"] = 157,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 1,
                                        ["psi"] = -3.0572133105548,
                                        ["y"] = 903964.3125,
                                        ["x"] = -319296.59375,
                                        ["name"] = "Pilot #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3520,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 2,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 3.0572133105548,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Ford11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "10",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "66th WS Nellis AFB, Nevada (WA)",
                                        ["skill"] = "Excellent",
                                        ["parking"] = 165,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 2,
                                        ["psi"] = -3.0572133105548,
                                        ["y"] = 904085.0625,
                                        ["x"] = -319444.21875,
                                        ["name"] = "Pilot #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3520,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 2,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 3.0572133105548,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Ford12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "64",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 903964.3125,
                                ["x"] = -319296.59375,
                                ["name"] = "A-10 Main",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["uncontrolled"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903867.75,
                                            ["x"] = -319340.96875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["skill"] = "High",
                                        ["parking"] = 173,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 48,
                                        ["psi"] = 0,
                                        ["y"] = 903867.75,
                                        ["x"] = -319340.96875,
                                        ["name"] = "Pilot #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Springfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "42",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["skill"] = "High",
                                        ["parking"] = 160,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 49,
                                        ["psi"] = 0,
                                        ["y"] = 903909.8125,
                                        ["x"] = -319387.59375,
                                        ["name"] = "Pilot #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Springfield12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "90",
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["skill"] = "High",
                                        ["parking"] = 166,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 50,
                                        ["psi"] = 0,
                                        ["y"] = 904150.1875,
                                        ["x"] = -319513.25,
                                        ["name"] = "Pilot #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 3,
                                            ["name"] = "Springfield13",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "3",
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["skill"] = "High",
                                        ["parking"] = 177,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 51,
                                        ["psi"] = 0,
                                        ["y"] = 904222.375,
                                        ["x"] = -319599.15625,
                                        ["name"] = "Pilot #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["start_type"] = 3,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 4,
                                            ["name"] = "Springfield14",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "28",
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 903867.75,
                                ["x"] = -319340.96875,
                                ["name"] = "New Airplane Group",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [14]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 0,
                    ["name"] = "Russia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [4]
                [5] = 
                {
                    ["name"] = "Insurgents",
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 1.7278759594744,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808333.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -407754,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "SetkaKP",
                                        ["type"] = "FARP Ammo Dump Coating",
                                        ["unitId"] = 3,
                                        ["y"] = 808333.14285714,
                                        ["x"] = -407754,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.7278759594744,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808333.14285714,
                                ["x"] = -407754,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 6.2133721370998,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808332.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -407472.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "PalatkaB",
                                        ["type"] = "FARP Tent",
                                        ["unitId"] = 27,
                                        ["y"] = 808332.85714285,
                                        ["x"] = -407472.85714286,
                                        ["name"] = "New Static Object #001",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 6.2133721370998,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808332.85714285,
                                ["x"] = -407472.85714286,
                                ["name"] = "New Static Object #001",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0.15707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808332.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -407510,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "PalatkaB",
                                        ["type"] = "FARP Tent",
                                        ["unitId"] = 28,
                                        ["y"] = 808332.85714285,
                                        ["x"] = -407510,
                                        ["name"] = "New Static Object #002",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0.15707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808332.85714285,
                                ["x"] = -407510,
                                ["name"] = "New Static Object #002",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808310,
                                            ["speed"] = 0,
                                            ["x"] = -407890,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "PalatkaB",
                                        ["type"] = "FARP Tent",
                                        ["unitId"] = 29,
                                        ["y"] = 808310,
                                        ["x"] = -407890,
                                        ["name"] = "New Static Object #003",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808310,
                                ["x"] = -407890,
                                ["name"] = "New Static Object #003",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 1.6755160819146,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808253.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -407573.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "GSM Rus",
                                        ["type"] = "FARP Fuel Depot",
                                        ["unitId"] = 31,
                                        ["y"] = 808253.7142857,
                                        ["x"] = -407573.99999999,
                                        ["name"] = "New Static Object #004",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.6755160819146,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808253.7142857,
                                ["x"] = -407573.99999999,
                                ["name"] = "New Static Object #004",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 1.7278759594744,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 808254.28571427,
                                            ["speed"] = 0,
                                            ["x"] = -407593.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "GSM Rus",
                                        ["type"] = "FARP Fuel Depot",
                                        ["unitId"] = 32,
                                        ["y"] = 808254.28571427,
                                        ["x"] = -407593.42857142,
                                        ["name"] = "New Static Object #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.7278759594744,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808254.28571427,
                                ["x"] = -407593.42857142,
                                ["name"] = "New Static Object #005",
                                ["dead"] = false,
                            }, -- end of [6]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1891,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808783.14285714,
                                            ["x"] = -407489.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808783.14285714,
                                        ["type"] = "house2arm",
                                        ["name"] = "Watch Tower 1",
                                        ["unitId"] = 4,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -407489.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808740.28571428,
                                        ["type"] = "house2arm",
                                        ["name"] = "Watch Tower 2",
                                        ["unitId"] = 5,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -408018.28571428,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 808567.14285714,
                                        ["type"] = "houseA_arm",
                                        ["name"] = "Armed House 1",
                                        ["unitId"] = 24,
                                        ["heading"] = 1.6929693744345,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407618.57142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 808567.14285714,
                                        ["type"] = "houseA_arm",
                                        ["name"] = "Armed House 2",
                                        ["unitId"] = 25,
                                        ["heading"] = 1.6929693744345,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -407718.57142857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 808358.57142857,
                                        ["type"] = "GAZ-3307",
                                        ["name"] = "Trans 1",
                                        ["unitId"] = 26,
                                        ["heading"] = 2.9146998508305,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -407635.71428571,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 808783.14285714,
                                ["x"] = -407489.71428571,
                                ["name"] = "Insurgent base",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1885,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808507.14285715,
                                            ["x"] = -407478.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808507.14285715,
                                        ["type"] = "KAMAZ Truck",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 10,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407478.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808538.57142857,
                                        ["type"] = "KAMAZ Truck",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 11,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -407478.57142857,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 808507.14285715,
                                ["x"] = -407478.57142857,
                                ["name"] = "Insurgent transport",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1886,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808814.28571429,
                                            ["x"] = -407615.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808814.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 12,
                                        ["heading"] = 1.2740903539559,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407615.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808810,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 13,
                                        ["heading"] = 1.2740903539559,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407634.28571428,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 808474.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 14,
                                        ["heading"] = 3.3684854563491,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407531.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 808508.57142857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 15,
                                        ["heading"] = 2.4783675378319,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407520,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 808590,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 16,
                                        ["heading"] = 1.9722220547536,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407485.71428571,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 808361.42857143,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 17,
                                        ["heading"] = 2.0943951023932,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407792.85714286,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 808284.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 18,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407715.71428571,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 808739.99107143,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #29",
                                        ["unitId"] = 38,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -408020.89732143,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 808784.27678571,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #30",
                                        ["unitId"] = 39,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407492.32589286,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 808567.13392857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #31",
                                        ["unitId"] = 40,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407622.32589286,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 808567.13392857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #32",
                                        ["unitId"] = 41,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407720.89732143,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 808475.70535714,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #33",
                                        ["unitId"] = 42,
                                        ["heading"] = 3.6128315516283,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407689.46875,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 808814.28571429,
                                ["x"] = -407615.71428571,
                                ["name"] = "Insurgent troops",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [27] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808098.57142856,
                                                ["x"] = -407658.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808464.28571428,
                                                ["x"] = -406858.57142857,
                                            }, -- end of [2]
                                        }, -- end of [27]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808424.28571428,
                                                ["x"] = -408095.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808132.85714285,
                                                ["x"] = -408001.42857143,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808132.85714285,
                                                ["x"] = -408001.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808172.85714285,
                                                ["x"] = -407438.57142857,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808172.85714285,
                                                ["x"] = -407438.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808567.14285713,
                                                ["x"] = -407301.42857143,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808567.14285713,
                                                ["x"] = -407301.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808564.28571428,
                                                ["x"] = -407178.57142857,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808564.28571428,
                                                ["x"] = -407178.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808412.85714285,
                                                ["x"] = -407104.28571429,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808412.85714285,
                                                ["x"] = -407104.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808247.14285713,
                                                ["x"] = -407318.57142857,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808247.14285713,
                                                ["x"] = -407318.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807764.28571428,
                                                ["x"] = -407712.85714286,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808292.85714285,
                                                ["x"] = -408415.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808984.28571428,
                                                ["x"] = -408135.71428572,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [12] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808872.85714285,
                                                ["x"] = -407950,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809261.42857142,
                                                ["x"] = -407198.57142857,
                                            }, -- end of [2]
                                        }, -- end of [12]
                                        [14] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808635.71428571,
                                                ["x"] = -406892.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808904.28571428,
                                                ["x"] = -407212.85714286,
                                            }, -- end of [2]
                                        }, -- end of [14]
                                        [16] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808352.85714285,
                                                ["x"] = -407272.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807872.85714285,
                                                ["x"] = -406572.85714286,
                                            }, -- end of [2]
                                        }, -- end of [16]
                                        [20] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808047.14285713,
                                                ["x"] = -407152.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807972.85714285,
                                                ["x"] = -408284.28571429,
                                            }, -- end of [2]
                                        }, -- end of [20]
                                        [24] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809195.71428571,
                                                ["x"] = -408370,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808872.85714285,
                                                ["x"] = -408150,
                                            }, -- end of [2]
                                        }, -- end of [24]
                                        [28] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808464.28571428,
                                                ["x"] = -406858.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809038.57142856,
                                                ["x"] = -406772.85714286,
                                            }, -- end of [2]
                                        }, -- end of [28]
                                        [32] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808444.28571428,
                                                ["x"] = -406015.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809129.99999999,
                                                ["x"] = -404930,
                                            }, -- end of [2]
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809129.99999999,
                                                ["x"] = -404930,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809264.28571428,
                                                ["x"] = -404018.57142857,
                                            }, -- end of [2]
                                        }, -- end of [33]
                                        [17] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807872.85714285,
                                                ["x"] = -406572.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807724.28571428,
                                                ["x"] = -406941.42857143,
                                            }, -- end of [2]
                                        }, -- end of [17]
                                        [21] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807972.85714285,
                                                ["x"] = -408284.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808698.57142856,
                                                ["x"] = -408307.14285715,
                                            }, -- end of [2]
                                        }, -- end of [21]
                                        [25] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808872.85714285,
                                                ["x"] = -408150,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808264.28571428,
                                                ["x"] = -408078.57142857,
                                            }, -- end of [2]
                                        }, -- end of [25]
                                        [29] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809038.57142856,
                                                ["x"] = -406772.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809261.42857142,
                                                ["x"] = -407407.14285715,
                                            }, -- end of [2]
                                        }, -- end of [29]
                                        [34] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809264.28571428,
                                                ["x"] = -404018.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 810692.85714285,
                                                ["x"] = -403795.71428572,
                                            }, -- end of [2]
                                        }, -- end of [34]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807764.28571428,
                                                ["x"] = -407712.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808292.85714285,
                                                ["x"] = -408415.71428572,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [11] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808984.28571428,
                                                ["x"] = -408135.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808872.85714285,
                                                ["x"] = -407950,
                                            }, -- end of [2]
                                        }, -- end of [11]
                                        [13] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809261.42857142,
                                                ["x"] = -407198.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808635.71428571,
                                                ["x"] = -406892.85714286,
                                            }, -- end of [2]
                                        }, -- end of [13]
                                        [15] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808904.28571428,
                                                ["x"] = -407212.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808352.85714285,
                                                ["x"] = -407272.85714286,
                                            }, -- end of [2]
                                        }, -- end of [15]
                                        [18] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807724.28571428,
                                                ["x"] = -406941.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807812.85714285,
                                                ["x"] = -407112.85714286,
                                            }, -- end of [2]
                                        }, -- end of [18]
                                        [22] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808698.57142856,
                                                ["x"] = -408307.14285715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808952.85714285,
                                                ["x"] = -408632.85714286,
                                            }, -- end of [2]
                                        }, -- end of [22]
                                        [26] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808264.28571428,
                                                ["x"] = -408078.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808098.57142856,
                                                ["x"] = -407658.57142857,
                                            }, -- end of [2]
                                        }, -- end of [26]
                                        [30] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809261.42857142,
                                                ["x"] = -407407.14285715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808987.14285713,
                                                ["x"] = -407527.14285715,
                                            }, -- end of [2]
                                        }, -- end of [30]
                                        [35] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 810692.85714285,
                                                ["x"] = -403795.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 810692.85714285,
                                                ["x"] = -403795.71428572,
                                            }, -- end of [2]
                                        }, -- end of [35]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808568.57142857,
                                                ["x"] = -407904.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808424.28571428,
                                                ["x"] = -408095.71428572,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [19] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807812.85714285,
                                                ["x"] = -407112.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808047.14285713,
                                                ["x"] = -407152.85714286,
                                            }, -- end of [2]
                                        }, -- end of [19]
                                        [23] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808952.85714285,
                                                ["x"] = -408632.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809195.71428571,
                                                ["x"] = -408370,
                                            }, -- end of [2]
                                        }, -- end of [23]
                                        [31] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808987.14285713,
                                                ["x"] = -407527.14285715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808444.28571428,
                                                ["x"] = -406015.71428572,
                                            }, -- end of [2]
                                        }, -- end of [31]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1882,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808568.57142857,
                                            ["x"] = -407904.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1894,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 35.882489833749,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808424.28571428,
                                            ["x"] = -408095.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1909,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 81.732145565324,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808132.85714285,
                                            ["x"] = -408001.42857143,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1880,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 166.19767660228,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808172.85714285,
                                            ["x"] = -407438.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 1891,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 228.68587055458,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808567.14285713,
                                            ["x"] = -407301.42857143,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 1895,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 247.08110130085,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808564.28571428,
                                            ["x"] = -407178.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 1894,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 272.32874001322,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808412.85714285,
                                            ["x"] = -407104.28571429,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 1884,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 312.87726548528,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808247.14285713,
                                            ["x"] = -407318.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 1902,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 406.19101928424,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807764.28571428,
                                            ["x"] = -407712.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 1903,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 537.83116608223,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808292.85714285,
                                            ["x"] = -408415.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 1865,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 649.49425869177,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808984.28571428,
                                            ["x"] = -408135.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 1873,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 681.91345069401,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808872.85714285,
                                            ["x"] = -407950,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 1894,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 808.54225156405,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809261.42857142,
                                            ["x"] = -407198.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 1912,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 912.78579174667,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808635.71428571,
                                            ["x"] = -406892.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            ["alt"] = 1901,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 975.32080210858,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808904.28571428,
                                            ["x"] = -407212.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            ["alt"] = 1888,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1058.350306277,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808352.85714285,
                                            ["x"] = -407272.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            ["alt"] = 1945,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1185.4001900626,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807872.85714285,
                                            ["x"] = -406572.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            ["alt"] = 1898,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1244.8846801027,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807724.28571428,
                                            ["x"] = -406941.42857143,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            ["alt"] = 1889,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1273.7681530663,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807812.85714285,
                                            ["x"] = -407112.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            ["alt"] = 1886,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1309.3454069469,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808047.14285713,
                                            ["x"] = -407152.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            ["alt"] = 1926,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1479.0715041165,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807972.85714285,
                                            ["x"] = -408284.28571429,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            ["alt"] = 1869,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1587.7562003902,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808698.57142856,
                                            ["x"] = -408307.14285715,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            ["alt"] = 1833,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1649.610383249,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808952.85714285,
                                            ["x"] = -408632.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            ["alt"] = 1807,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1703.1798110137,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809195.71428571,
                                            ["x"] = -408370,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            ["alt"] = 1866,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1761.6611023011,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808872.85714285,
                                            ["x"] = -408150,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [25]
                                        [26] = 
                                        {
                                            ["alt"] = 1904,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1853.3823525917,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808264.28571428,
                                            ["x"] = -408078.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [26]
                                        [27] = 
                                        {
                                            ["alt"] = 1880,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1920.9680398392,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808098.57142856,
                                            ["x"] = -407658.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [27]
                                        [28] = 
                                        {
                                            ["alt"] = 1921,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2052.6380569372,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808464.28571428,
                                            ["x"] = -406858.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [28]
                                        [29] = 
                                        {
                                            ["alt"] = 1921,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2139.5540425328,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809038.57142856,
                                            ["x"] = -406772.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [29]
                                        [30] = 
                                        {
                                            ["alt"] = 1886,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2240.1889829556,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809261.42857142,
                                            ["x"] = -407407.14285715,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [30]
                                        [31] = 
                                        {
                                            ["alt"] = 1889,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2285.0036883487,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808987.14285713,
                                            ["x"] = -407527.14285715,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [31]
                                        [32] = 
                                        {
                                            ["alt"] = 2031,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2525.3969942361,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808444.28571428,
                                            ["x"] = -406015.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            ["alt"] = 2055,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2717.6154396066,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809129.99999999,
                                            ["x"] = -404930,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [33]
                                        [34] = 
                                        {
                                            ["alt"] = 2071,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2855.5183391357,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809264.28571428,
                                            ["x"] = -404018.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [34]
                                        [35] = 
                                        {
                                            ["alt"] = 2080,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3071.9449198296,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 810692.85714285,
                                            ["x"] = -403795.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 6.6805555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [35]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808568.57142857,
                                        ["type"] = "Ural-375 ZU-23 Insurgent",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 19,
                                        ["heading"] = -2.4957077590999,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407904.28571428,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808568.57142857,
                                ["x"] = -407904.28571428,
                                ["name"] = "Insurgent veh 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [13] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807349.99999999,
                                                ["x"] = -397310,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 803164.28571428,
                                                ["x"] = -396745.71428572,
                                            }, -- end of [2]
                                        }, -- end of [13]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807800,
                                                ["x"] = -401252.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809557.14285714,
                                                ["x"] = -400410,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808694.28571429,
                                                ["x"] = -407815.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809140,
                                                ["x"] = -407844.28571428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809140,
                                                ["x"] = -407844.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809502.85714285,
                                                ["x"] = -407338.57142857,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809871.42857142,
                                                ["x"] = -405352.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807621.42857142,
                                                ["x"] = -403417.14285714,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809557.14285714,
                                                ["x"] = -400410,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 810735.71428571,
                                                ["x"] = -398652.85714286,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 810735.71428571,
                                                ["x"] = -398652.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809799.99999999,
                                                ["x"] = -397438.57142857,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807621.42857142,
                                                ["x"] = -403417.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807250,
                                                ["x"] = -401945.71428571,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809799.99999999,
                                                ["x"] = -397438.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809321.42857142,
                                                ["x"] = -397195.71428572,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [14] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 803164.28571428,
                                                ["x"] = -396745.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808572.85714285,
                                                ["x"] = -407898.57142857,
                                            }, -- end of [2]
                                        }, -- end of [14]
                                        [11] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809321.42857142,
                                                ["x"] = -397195.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808671.42857142,
                                                ["x"] = -397388.57142857,
                                            }, -- end of [2]
                                        }, -- end of [11]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807250,
                                                ["x"] = -401945.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807800,
                                                ["x"] = -401252.85714286,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [12] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808671.42857142,
                                                ["x"] = -397388.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807349.99999999,
                                                ["x"] = -397310,
                                            }, -- end of [2]
                                        }, -- end of [12]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809502.85714285,
                                                ["x"] = -407338.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809871.42857142,
                                                ["x"] = -405352.85714286,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1878,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808694.28571429,
                                            ["x"] = -407815.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1876,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 24.831888064014,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809140,
                                            ["x"] = -407844.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1876,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 59.437728396509,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809502.85714285,
                                            ["x"] = -407338.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 2026,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 171.7260480895,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809871.42857142,
                                            ["x"] = -405352.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 336.7466270401,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807621.42857142,
                                            ["x"] = -403417.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2001,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 421.12195418354,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807250,
                                            ["x"] = -401945.71428571,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2004,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 470.30541208348,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807800,
                                            ["x"] = -401252.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 2004,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 578.65764722,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809557.14285714,
                                            ["x"] = -400410,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 696.29249159051,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 810735.71428571,
                                            ["x"] = -398652.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 2012,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 781.52423530303,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809799.99999999,
                                            ["x"] = -397438.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 2021,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 811.36202615689,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809321.42857142,
                                            ["x"] = -397195.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 2016,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 849.05818404794,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808671.42857142,
                                            ["x"] = -397388.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 2002,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 922.65733005681,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807349.99999999,
                                            ["x"] = -397310,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 2009,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1157.4818185092,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 803164.28571428,
                                            ["x"] = -396745.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 17.986111111111,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808694.28571429,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 20,
                                        ["heading"] = 1.6348113046266,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407815.71428571,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808694.28571429,
                                ["x"] = -407815.71428571,
                                ["name"] = "Insurgent veh #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808450,
                                                ["x"] = -407835.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808147.14285714,
                                                ["x"] = -408368.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [13] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 814368.57142856,
                                                ["x"] = -406544.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 815768.57142856,
                                                ["x"] = -405358.57142857,
                                            }, -- end of [2]
                                        }, -- end of [13]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808479.99999999,
                                                ["x"] = -409628.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809014.28571428,
                                                ["x"] = -409871.42857143,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [14] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 815768.57142856,
                                                ["x"] = -405358.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 818611.42857142,
                                                ["x"] = -403915.71428571,
                                            }, -- end of [2]
                                        }, -- end of [14]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808147.14285714,
                                                ["x"] = -408368.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808148.57142857,
                                                ["x"] = -408487.14285714,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [15] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 818611.42857142,
                                                ["x"] = -403915.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 820111.42857141,
                                                ["x"] = -400244.28571428,
                                            }, -- end of [2]
                                        }, -- end of [15]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809014.28571428,
                                                ["x"] = -409871.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 809927.14285713,
                                                ["x"] = -409598.57142857,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [16] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 820111.42857141,
                                                ["x"] = -400244.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 820111.42857141,
                                                ["x"] = -400244.28571428,
                                            }, -- end of [2]
                                        }, -- end of [16]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 809927.14285713,
                                                ["x"] = -409598.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 811739.99999999,
                                                ["x"] = -409315.71428571,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808354.28571428,
                                                ["x"] = -408867.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808464.28571428,
                                                ["x"] = -409224.28571428,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 811739.99999999,
                                                ["x"] = -409315.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813154.28571427,
                                                ["x"] = -408887.14285714,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 813154.28571427,
                                                ["x"] = -408887.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813582.85714285,
                                                ["x"] = -408330,
                                            }, -- end of [2]
                                        }, -- end of [11]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808148.57142857,
                                                ["x"] = -408487.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808257.14285714,
                                                ["x"] = -408628.57142857,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808464.28571428,
                                                ["x"] = -409224.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808479.99999999,
                                                ["x"] = -409628.57142857,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [12] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 813582.85714285,
                                                ["x"] = -408330,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 814368.57142856,
                                                ["x"] = -406544.28571428,
                                            }, -- end of [2]
                                        }, -- end of [12]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808257.14285714,
                                                ["x"] = -408628.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808354.28571428,
                                                ["x"] = -408867.14285714,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1889,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808450,
                                            ["x"] = -407835.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1915,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 44.17372400687,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808147.14285714,
                                            ["x"] = -408368.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1916,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 52.720032771635,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808148.57142857,
                                            ["x"] = -408487.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1912,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 65.570262096433,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808257.14285714,
                                            ["x"] = -408628.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 1911,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 84.135370532042,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808354.28571428,
                                            ["x"] = -408867.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 1878,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 111.06863929629,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808464.28571428,
                                            ["x"] = -409224.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 1871,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 140.22835103203,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808479.99999999,
                                            ["x"] = -409628.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 1859,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 182.52678738738,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809014.28571428,
                                            ["x"] = -409871.42857143,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 1865,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 251.19446094404,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 809927.14285713,
                                            ["x"] = -409598.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 1931,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 383.43167311214,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 811739.99999999,
                                            ["x"] = -409315.71428571,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 1928,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 489.93940839905,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813154.28571427,
                                            ["x"] = -408887.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 1945,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 540.59954574841,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813582.85714285,
                                            ["x"] = -408330,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 2079,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 681.20701327734,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 814368.57142856,
                                            ["x"] = -406544.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 2111,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 813.43360316986,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 815768.57142856,
                                            ["x"] = -405358.57142857,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            ["alt"] = 2038,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1043.2030931121,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 818611.42857142,
                                            ["x"] = -403915.71428571,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            ["alt"] = 2040,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1329.0430367257,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 820111.42857141,
                                            ["x"] = -400244.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.875,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [16]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808450,
                                        ["type"] = "GAZ-66",
                                        ["name"] = "Unit #23",
                                        ["unitId"] = 30,
                                        ["heading"] = -2.6247593423875,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -407835.71428571,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808450,
                                ["x"] = -407835.71428571,
                                ["name"] = "Insurgen vech 2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808281.14285713,
                                                ["x"] = -407575.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808365.14285713,
                                                ["x"] = -407604.28571428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808365.14285713,
                                                ["x"] = -407604.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808484.57142856,
                                                ["x"] = -407644.28571428,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808585.71428571,
                                                ["x"] = -407673.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808585.71428571,
                                                ["x"] = -407673.99999999,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808484.57142856,
                                                ["x"] = -407644.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 808585.71428571,
                                                ["x"] = -407673.99999999,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1879,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808281.14285713,
                                            ["x"] = -407575.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1879,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 34.53125144081,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808365.14285713,
                                            ["x"] = -407604.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.5694444444444,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1880,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 83.549291729069,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808484.57142856,
                                            ["x"] = -407644.28571428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.5694444444444,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1881,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 124.57658220302,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808585.71428571,
                                            ["x"] = -407673.99999999,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.5694444444444,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808281.14285713,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #24",
                                        ["unitId"] = 33,
                                        ["heading"] = 1.8986567847787,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407575.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808281.7142857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #25",
                                        ["unitId"] = 34,
                                        ["heading"] = 1.8986567847787,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407588.85714285,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 808234.28571427,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #26",
                                        ["unitId"] = 35,
                                        ["heading"] = 1.8986567847787,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407588.85714285,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 808245.14285713,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #27",
                                        ["unitId"] = 36,
                                        ["heading"] = 1.8986567847787,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407611.14285714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 808265.7142857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #28",
                                        ["unitId"] = 37,
                                        ["heading"] = 1.8986567847787,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407554.57142857,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 808281.14285713,
                                ["x"] = -407575.71428571,
                                ["name"] = "Insurgen fuel guard",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1884,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808594.27678571,
                                            ["x"] = -407596.61160714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["valid"] = true,
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808594.27678571,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "Unit #34",
                                        ["unitId"] = 43,
                                        ["heading"] = 1.3439035240356,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -407596.61160714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808594.27678571,
                                ["x"] = -407596.61160714,
                                ["name"] = "Insurgent MANPADS 1H",
                                ["start_time"] = 86400,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1881,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808594.27678571,
                                            ["x"] = -407709.46875,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808594.27678571,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "Unit #35",
                                        ["unitId"] = 46,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407709.46875,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808587.13392857,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "Unit #36",
                                        ["unitId"] = 47,
                                        ["heading"] = 3.5081117965086,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Good",
                                        ["x"] = -407752.32589286,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 808594.27678571,
                                ["x"] = -407709.46875,
                                ["name"] = "Insurgent MANPADS 2G",
                                ["start_time"] = 86400,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [5]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["version"] = 6,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 22059,
    ["start_time"] = 3081600,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["TACAN_FAILURE_RECEIVER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 receiver",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_RECEIVER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_RECEIVER"]
        ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 right antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_RIGHT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"]
        ["sas_pitch_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_left",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_left"]
        ["TGP_FAILURE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on left wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_LEFT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_LEFT"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"]
        ["CADC_FAILURE_TAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC TAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TAS"]
        ["sas_yaw_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_right",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_right"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["CADC_FAILURE_PRESSURE_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC pressure alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_PRESSURE_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_PRESSURE_ALT"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["TACAN_FAILURE_TRANSMITTER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 transmitter",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TRANSMITTER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TRANSMITTER"]
        ["TGP_FAILURE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on right wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_RIGHT"]
        ["AAR_47_FAILURE_SENSOR_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_LEFT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_LEFT"]
        ["AAR_47_FAILURE_SENSOR_TAIL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 tail sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_TAIL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_TAIL"]
        ["AAR_47_FAILURE_SENSOR_BOTTOM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 bottom sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_BOTTOM",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_BOTTOM"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["LEFT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["LEFT_MFCD_FAILURE"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["TACAN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TOTAL"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["AAR_47_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_TOTAL"]
        ["ILS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_TOTAL"]
        ["CADC_FAILURE_TEMPERATURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC temperature sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TEMPERATURE",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TEMPERATURE"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 left antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"]
        ["CADC_FAILURE_DYNAMIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC dynamic pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_DYNAMIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_DYNAMIC"]
        ["ILS_FAILURE_ANT_MARKER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 marker antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_MARKER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_MARKER"]
        ["AIRSPEED_INDICATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Airspeed indicator",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AIRSPEED_INDICATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AIRSPEED_INDICATOR_FAILURE"]
        ["sas_yaw_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_left",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_left"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["CADC_FAILURE_STATIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC static pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_STATIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_STATIC"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["ILS_FAILURE_ANT_LOCALIZER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 localizer antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_LOCALIZER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_LOCALIZER"]
        ["CADC_FAILURE_IAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC IAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_IAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_IAS"]
        ["sas_pitch_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_right",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_right"]
        ["VHF_FM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF FM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_FM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_FM_RADIO_FAILURE_TOTAL"]
        ["RIGHT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RIGHT_MFCD_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_RIGHT"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF AM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GUN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"]
        ["AN_ALR69V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR69V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_TOTAL"]
        ["AN_ALE_40V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_TOTAL"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 glideslope antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "UHF radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Digital clock",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
        ["CADC_FAILURE_MACH"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC mach sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_MACH",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_MACH"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"]
        ["CADC_FAILURE_BARO_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC baro alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_BARO_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_BARO_ALT"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"]
    }, -- end of ["failures"]
} -- end of mission
